pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, ncurses, gnupg }:
|
||||
{ fetchurl, lib, stdenv, ncurses, gnupg }:
|
||||
|
||||
let version = "0.7.4";
|
||||
in stdenv.mkDerivation {
|
||||
@@ -7,7 +7,7 @@ in stdenv.mkDerivation {
|
||||
inherit version;
|
||||
meta = {
|
||||
homepage = "https://tamentis.com/projects/mdp/";
|
||||
license = [stdenv.lib.licenses.isc];
|
||||
license = [lib.licenses.isc];
|
||||
description = "Manage your passwords with GnuPG and a text editor";
|
||||
};
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user