prooftree: add license
This commit is contained in:
parent
2ed07fdb2b
commit
258c202565
@ -15,7 +15,7 @@ stdenv.mkDerivation (rec {
|
|||||||
dontAddPrefix = true;
|
dontAddPrefix = true;
|
||||||
configureFlags = [ "--prefix" "$(out)" ];
|
configureFlags = [ "--prefix" "$(out)" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A program for proof-tree visualization";
|
description = "A program for proof-tree visualization";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Prooftree is a program for proof-tree visualization during interactive
|
Prooftree is a program for proof-tree visualization during interactive
|
||||||
@ -35,7 +35,8 @@ stdenv.mkDerivation (rec {
|
|||||||
shift-click).
|
shift-click).
|
||||||
'';
|
'';
|
||||||
homepage = http://askra.de/software/prooftree;
|
homepage = http://askra.de/software/prooftree;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.jwiegley ];
|
maintainers = [ maintainers.jwiegley ];
|
||||||
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user