treewide: fix evaluation

cc @Mic92 @nixy @7c6f434c
This commit is contained in:
Robin Gloster
2017-01-19 16:48:27 +01:00
parent fa79441055
commit 9cb67274fc
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Simple integration of Flask and WTForms.";
license = licenses.bsd;
license = licenses.bsd3;
maintainers = [ maintainers.mic92 ];
homepage = https://github.com/lepture/flask-wtf/;
};

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/kilink/ghdiff;
license = license.mit;
license = licenses.mit;
description = "Generate Github-style HTML for unified diffs.";
maintainers = [ maintainers.mic92 ];
};

View File

@@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "a simple scripting language for Web browsing";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ Mic92 ];
maintainers = with maintainers; [ mic92 ];
};
}