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:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "6.0.0";
|
version = "6.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
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";
|
sha256 = "1vxqsqs93g4jyp01r47lrpcm0fmib2n1vysx32ksmfxmprimb75s";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Emoji as a Service (formerly EmojiOne)";
|
description = "Emoji as a Service (formerly EmojiOne)";
|
||||||
homepage = "https://www.joypixels.com/";
|
homepage = "https://www.joypixels.com/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ toonn jtojnar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user