Fix misspelled meta.maintainers attributes

This commit is contained in:
Eelco Dolstra
2016-02-10 14:59:50 +01:00
parent 99f4f1d7ef
commit aea262f654
27 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ python2Packages.buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/andreafrancia/trash-cli;
description = "Command line tool for the desktop trash can";
maintainer = [ maintainers.rycee ];
maintainers = [ maintainers.rycee ];
license = licenses.gpl2;
};
}