pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -26,7 +26,7 @@ buildGoModule rec {
|
||||
description = "CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP";
|
||||
homepage = "https://github.com/Versent/saml2aws";
|
||||
license = licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.pmyjavec ];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.pmyjavec ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user