altermime: add license
This commit is contained in:
parent
c6ffdedc53
commit
038cd7533e
@ -21,12 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "MIME alteration tool";
|
description = "MIME alteration tool";
|
||||||
maintainers = with stdenv.lib.maintainers; [
|
maintainers = [ maintainers.raskin ];
|
||||||
raskin
|
platforms = platforms.linux;
|
||||||
];
|
license.fullName = "alterMIME LICENSE";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
|
||||||
downloadPage = "http://www.pldaniels.com/altermime/";
|
downloadPage = "http://www.pldaniels.com/altermime/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user