zsh-autoenv: set license

reason: no license found in source code
This commit is contained in:
jopejoe1
2026-05-06 10:32:47 +02:00
parent c1ac5cf543
commit ce5e5116a0
+1
View File
@@ -42,5 +42,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/Tarrasch/zsh-autoenv";
mainProgram = "zsh-autoenv-share";
platforms = lib.platforms.all;
license = lib.licenses.unfree;
};
}