zsh-autoenv: set license (#517232)

This commit is contained in:
Jo
2026-05-12 11:42:48 +00:00
committed by GitHub
+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;
};
}