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