redstore: add home page and license fields
This commit is contained in:
parent
379b2fab97
commit
2033f261e9
@ -20,8 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An HTTP interface to Redland RDF store";
|
description = "An HTTP interface to Redland RDF store";
|
||||||
|
homepage = https://www.aelius.com/njh/redstore/;
|
||||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
platforms = with stdenv.lib.platforms;
|
platforms = with stdenv.lib.platforms;
|
||||||
linux ++ freebsd ++ gnu;
|
linux ++ freebsd ++ gnu;
|
||||||
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user