joypixels: Use dedicated NixOS cdn endpoint

The Arch Linux endpoint was not intended to be used as-is by other
distros. I have asked for and received a proper license with a dedicated
endpoint for NixOS.
This commit is contained in:
toonn 2020-08-06 12:37:25 +02:00 committed by Jan Tojnar
parent 84d74ae9c9
commit da117df3f4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "6.0.0";
src = fetchurl {
url = "https://cdn.joypixels.com/arch-linux/font/${version}/joypixels-android.ttf";
url = "https://cdn.joypixels.com/distributions/nix-os/font/${version}/joypixels-android.ttf";
sha256 = "1vxqsqs93g4jyp01r47lrpcm0fmib2n1vysx32ksmfxmprimb75s";
};
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "Emoji as a Service (formerly EmojiOne)";
homepage = "https://www.joypixels.com/";
license = licenses.unfree;
maintainers = with maintainers; [ jtojnar ];
maintainers = with maintainers; [ toonn jtojnar ];
};
}