summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/custom/qcma/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs/custom/qcma/default.nix')
-rw-r--r--makefu/5pkgs/custom/qcma/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/makefu/5pkgs/custom/qcma/default.nix b/makefu/5pkgs/custom/qcma/default.nix
index dfb57c88..670822f3 100644
--- a/makefu/5pkgs/custom/qcma/default.nix
+++ b/makefu/5pkgs/custom/qcma/default.nix
@@ -22,9 +22,9 @@ let
meta = {
description = "Content Manager Assistant for the PS Vita";
homepage = https://github.com/codestation/qcma;
- license = stdenv.lib.licenses.gpl2;
- platforms = stdenv.lib.platforms.linux;
- maintainers = with stdenv.lib.maintainers; [ makefu ];
+ license = lib.licenses.gpl2;
+ platforms = lib.platforms.linux;
+ maintainers = with lib.maintainers; [ makefu ];
};
};
in stdenv.mkDerivation rec {
@@ -50,8 +50,8 @@ in stdenv.mkDerivation rec {
meta = {
description = "Content Manager Assistant for the PS Vita";
homepage = https://github.com/codestation/qcma;
- license = stdenv.lib.licenses.gpl2;
- platforms = stdenv.lib.platforms.linux;
- maintainers = with stdenv.lib.maintainers; [ makefu ];
+ license = lib.licenses.gpl2;
+ platforms = lib.platforms.linux;
+ maintainers = with lib.maintainers; [ makefu ];
};
}