mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
add changelog
This commit is contained in:
parent
6f7e705a3d
commit
0b3c382ad9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "dm-mono";
|
pname = "dm-mono";
|
||||||
version = "1.0-unstable-2020-04-15";
|
version = "1.0-unstable-2020-04-15";
|
||||||
|
@ -26,6 +25,7 @@ stdenvNoCC.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Monospace typeface";
|
description = "Monospace typeface";
|
||||||
homepage = "https://github.com/googlefonts/dm-mono";
|
homepage = "https://github.com/googlefonts/dm-mono";
|
||||||
|
changelog = "https://github.com/googlefonts/dm-mono/blob/main/CHANGELOG.md";
|
||||||
license = lib.licenses.ofl;
|
license = lib.licenses.ofl;
|
||||||
maintainers = with lib.maintainers; [ jennifgcrl ];
|
maintainers = with lib.maintainers; [ jennifgcrl ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue