about summary refs log tree commit diff
path: root/pkgs/applications/audio/uade123/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/uade123/default.nix')
-rw-r--r--pkgs/applications/audio/uade123/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/uade123/default.nix b/pkgs/applications/audio/uade123/default.nix
index 09e066dadac70..44c8b0ecfb5a3 100644
--- a/pkgs/applications/audio/uade123/default.nix
+++ b/pkgs/applications/audio/uade123/default.nix
@@ -19,7 +19,7 @@ in stdenv.mkDerivation {
     description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API";
     homepage = "http://zakalwe.fi/uade/";
     license = licenses.gpl2;
-    maintainers = [ stdenv.lib.maintainers.gnidorah ];
-    platforms = stdenv.lib.platforms.unix;
+    maintainers = [ lib.maintainers.gnidorah ];
+    platforms = lib.platforms.unix;
   };
 }