summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-05-16 04:55:36 -0500
committerWill Dietz <w@wdtz.org>2019-05-16 04:55:36 -0500
commit8f277d1c106cb9172a4cab12226a90bbb247da6f (patch)
tree7efe9be4bef8cd607412c2d15a1407675d42c387 /pkgs/data
parent1ec1bdd4c969486c5110ce74123f02b48a082212 (diff)
downloadnixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar.gz
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar.bz2
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar.lz
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar.xz
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.tar.zst
nixpkgs-8f277d1c106cb9172a4cab12226a90bbb247da6f.zip
libertinus: update github owner, libertinus-fonts is now a redirect
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/libertinus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/libertinus/default.nix b/pkgs/data/fonts/libertinus/default.nix
index 23c233b5893..578550bbe45 100644
--- a/pkgs/data/fonts/libertinus/default.nix
+++ b/pkgs/data/fonts/libertinus/default.nix
@@ -5,7 +5,7 @@ let
 in fetchFromGitHub rec {
   name = "libertinus-${version}";
 
-  owner  = "libertinus-fonts";
+  owner  = "alif-type";
   repo   = "libertinus";
   rev    = "v${version}";
 
@@ -23,7 +23,7 @@ in fetchFromGitHub rec {
       that started as an OpenType math companion of the Libertine font family,
       but grown as a full fork to address some of the bugs in the fonts.
     '';
-    homepage = https://github.com/libertinus-fonts/libertinus;
+    homepage = https://github.com/alif-type/libertinus;
     license = licenses.ofl;
     maintainers = with maintainers; [ siddharthist ];
     platforms = platforms.all;