mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "dm-mono";
|
||||
version = "1.0-unstable-2020-04-15";
|
||||
|
@ -26,6 +25,7 @@ stdenvNoCC.mkDerivation {
|
|||
meta = {
|
||||
description = "Monospace typeface";
|
||||
homepage = "https://github.com/googlefonts/dm-mono";
|
||||
changelog = "https://github.com/googlefonts/dm-mono/blob/main/CHANGELOG.md";
|
||||
license = lib.licenses.ofl;
|
||||
maintainers = with lib.maintainers; [ jennifgcrl ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue