Skip to content

Commit 344e0e1

Browse files
committed
netpbm: add meta.changelog
1 parent 9773e8a commit 344e0e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/ne/netpbm/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
buildPackages,
1818
}:
1919

20-
stdenv.mkDerivation {
20+
stdenv.mkDerivation rec {
2121
# Determine version and revision from:
2222
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
2323
pname = "netpbm";
@@ -129,6 +129,7 @@ stdenv.mkDerivation {
129129
passthru.updateScript = ./update.sh;
130130

131131
meta = {
132+
changelog = "https://sourceforge.net/p/netpbm/code/${src.rev}/tree/advanced/doc/HISTORY";
132133
homepage = "https://netpbm.sourceforge.net/";
133134
description = "Toolkit for manipulation of graphic images";
134135
license = lib.licenses.free; # http://netpbm.svn.code.sourceforge.net/p/netpbm/code/trunk/doc/copyright_summary

0 commit comments

Comments
 (0)