mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Fix petidomo license meta attribute
This commit is contained in:
parent
fde87b3a9b
commit
9299b2ed3e
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "http://petidomo.sourceforge.net/";
|
||||
description = "a simple and easy to administer mailing list server";
|
||||
license = stdenv.lib.licenses.gpl3plus;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
|
Loading…
Reference in New Issue
Block a user