We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e705 commit 0b3c382Copy full SHA for 0b3c382
pkgs/by-name/dm/dm-mono/package.nix
@@ -3,7 +3,6 @@
3
stdenvNoCC,
4
fetchFromGitHub,
5
}:
6
-
7
stdenvNoCC.mkDerivation {
8
pname = "dm-mono";
9
version = "1.0-unstable-2020-04-15";
@@ -26,6 +25,7 @@ stdenvNoCC.mkDerivation {
26
25
meta = {
27
description = "Monospace typeface";
28
homepage = "https://github.com/googlefonts/dm-mono";
+ changelog = "https://github.com/googlefonts/dm-mono/blob/main/CHANGELOG.md";
29
license = lib.licenses.ofl;
30
maintainers = with lib.maintainers; [ jennifgcrl ];
31
};
0 commit comments