libertinus: update github owner, libertinus-fonts is now a redirect

This commit is contained in:
Will Dietz 2019-05-16 04:55:36 -05:00
parent 1ec1bdd4c9
commit 8f277d1c10
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -5,7 +5,7 @@ let
in fetchFromGitHub rec { in fetchFromGitHub rec {
name = "libertinus-${version}"; name = "libertinus-${version}";
owner = "libertinus-fonts"; owner = "alif-type";
repo = "libertinus"; repo = "libertinus";
rev = "v${version}"; rev = "v${version}";
@ -23,7 +23,7 @@ in fetchFromGitHub rec {
that started as an OpenType math companion of the Libertine font family, 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. 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; license = licenses.ofl;
maintainers = with maintainers; [ siddharthist ]; maintainers = with maintainers; [ siddharthist ];
platforms = platforms.all; platforms = platforms.all;