python310Packages.rjsmin: clean-up
This commit is contained in:
parent
56189354ae
commit
5d060d6a30
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rjsmin";
|
||||
version = "1.2.2";
|
||||
|
@ -13,8 +17,9 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Module to minify Javascript";
|
||||
homepage = "http://opensource.perlig.de/rjsmin/";
|
||||
license = licenses.asl20;
|
||||
description = "Javascript minifier written in python";
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue