treewide: fix evaluation
cc @Mic92 @nixy @7c6f434c
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user