pkgs/shells: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent f35b06e86d
commit e245ae3c3a
19 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ haskellPackages.callPackage
testHaskellDepends = [HUnit] ++ libraryHaskellDepends;
homepage = "https://github.com/olivierverdier/zsh-git-prompt#readme";
description = "Informative git prompt for zsh";
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
maintainers = [lib.maintainers.league];
}) {}