mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
parent
fa79441055
commit
9cb67274fc
@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
description = "A LISP dialect embedded in Python";
|
description = "A LISP dialect embedded in Python";
|
||||||
homepage = http://hylang.org/;
|
homepage = http://hylang.org/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = stdenv.lib.maintainers.nixy;
|
maintainers = [ stdenv.lib.maintainers.nixy ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple integration of Flask and WTForms.";
|
description = "Simple integration of Flask and WTForms.";
|
||||||
license = licenses.bsd;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
homepage = https://github.com/lepture/flask-wtf/;
|
homepage = https://github.com/lepture/flask-wtf/;
|
||||||
};
|
};
|
||||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/kilink/ghdiff;
|
homepage = https://github.com/kilink/ghdiff;
|
||||||
license = license.mit;
|
license = licenses.mit;
|
||||||
description = "Generate Github-style HTML for unified diffs.";
|
description = "Generate Github-style HTML for unified diffs.";
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
};
|
};
|
||||||
|
@ -18,6 +18,6 @@ buildPythonPackage rec {
|
|||||||
description = "a simple scripting language for Web browsing";
|
description = "a simple scripting language for Web browsing";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ Mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user