mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
ascii: update/add meta attributes
This commit is contained in:
parent
c4885173b6
commit
456edc140d
|
@ -17,9 +17,11 @@ stdenv.mkDerivation rec {
|
||||||
mkdir -vp "$out/bin" "$out/share/man/man1"
|
mkdir -vp "$out/bin" "$out/share/man/man1"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Interactive ASCII name and synonym chart";
|
description = "Interactive ASCII name and synonym chart";
|
||||||
homepage = "http://www.catb.org/~esr/ascii/";
|
homepage = "http://www.catb.org/~esr/ascii/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue