Commit 0b3c382a authored by Jennifer Zhou's avatar Jennifer Zhou
Browse files

add changelog

parent 6f7e705a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };