about summary refs log tree commit diff
path: root/pkgs/data/fonts/gohufont
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
commit9367367dfd6e0373c04650e9893deed426d48aa2 (patch)
tree7ae2c2dbeeb145848e125d30d3195fcce7322aad /pkgs/data/fonts/gohufont
parenta27a14da2a592402ecb89abc040700b2cf90d3c7 (diff)
Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
Diffstat (limited to 'pkgs/data/fonts/gohufont')
-rw-r--r--pkgs/data/fonts/gohufont/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/gohufont/default.nix b/pkgs/data/fonts/gohufont/default.nix
index 29b4241be92c5..e4e9954d1187b 100644
--- a/pkgs/data/fonts/gohufont/default.nix
+++ b/pkgs/data/fonts/gohufont/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   version = "2.1";
 
   src = fetchurl {
-    url = "http://font.gohu.org/${pname}-${version}.tar.gz";
+    url = "https://font.gohu.org/${pname}-${version}.tar.gz";
     sha256 = "10dsl7insnw95hinkcgmp9rx39lyzb7bpx5g70vswl8d6p4n53bm";
   };
 
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
     description = ''
       A monospace bitmap font well suited for programming and terminal use
     '';
-    homepage    = http://font.gohu.org/;
+    homepage    = https://font.gohu.org/;
     license     = licenses.wtfpl;
     maintainers = with maintainers; [ epitrochoid rnhmjoj ];
   };