tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
augeas: add meta.changelog
Alyssa Ross
3 years ago
257ba60f
5772ed0d
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
augeas
default.nix
+1
pkgs/tools/system/augeas/default.nix
···
15
description = "Configuration editing tool";
16
license = licenses.lgpl21Only;
17
homepage = "https://augeas.net/";
0
18
maintainers = with maintainers; [ offline ];
19
platforms = platforms.unix;
20
};
···
15
description = "Configuration editing tool";
16
license = licenses.lgpl21Only;
17
homepage = "https://augeas.net/";
18
+
changelog = "https://augeas.net/news.html";
19
maintainers = with maintainers; [ offline ];
20
platforms = platforms.unix;
21
};