kdeApplications: fix derivation names

This commit is contained in:
Thomas Tuegel
2020-12-26 05:24:26 -06:00
parent 672e363795
commit 8851c97ae9
148 changed files with 151 additions and 153 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
}:
mkDerivation {
name = "kmplot";
pname = "kmplot";
meta = {
license = with lib.licenses; [ gpl2Plus fdl12 ];
maintainers = [ lib.maintainers.orivej ];