about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorKototama <kototama@posteo.jp>2022-10-26 10:45:13 +0200
committerKototama <kototama@posteo.jp>2022-10-28 11:51:46 +0200
commit2fd3f4515badf27c3b9bd0349cb922acf3be0f4c (patch)
treead98f7b7c3661260e37c479c9b4eeb984995fed7 /pkgs/applications/emulators
parent3af72c9c07d32c99c2298a2f7ab10f89873918a1 (diff)
downloadnixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar.gz
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar.bz2
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar.lz
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar.xz
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.tar.zst
nixlib-2fd3f4515badf27c3b9bd0349cb922acf3be0f4c.zip
uxn: add new maintainer
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/uxn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/uxn/default.nix b/pkgs/applications/emulators/uxn/default.nix
index 708beb691166..935207321c5a 100644
--- a/pkgs/applications/emulators/uxn/default.nix
+++ b/pkgs/applications/emulators/uxn/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
   installPhase = ''
     runHook preInstall
 
-    install -d $out/bin/ $out/share/${pname}/
+    install -d $out/bin/ $out/share/uxn/
 
     cp bin/uxnasm bin/uxncli bin/uxnemu $out/bin/
     cp -r projects $out/share/uxn/
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
     homepage = "https://wiki.xxiivv.com/site/uxn.html";
     description = "An assembler and emulator for the Uxn stack machine";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ AndersonTorres ];
+    maintainers = with maintainers; [ AndersonTorres kototama ];
     platforms = with platforms; unix;
   };
 }