ivan: add myself as maintainer

+6 -1
+5
maintainers/maintainer-list.nix
··· 1382 1382 github = "fps"; 1383 1383 name = "Florian Paul Schmidt"; 1384 1384 }; 1385 + freepotion = { 1386 + email = "freepotion@protonmail.com"; 1387 + github = "freepotion"; 1388 + name = "Free Potion"; 1389 + }; 1385 1390 Fresheyeball = { 1386 1391 email = "fresheyeball@gmail.com"; 1387 1392 github = "fresheyeball";
+1 -1
pkgs/games/ivan/default.nix
··· 39 39 homepage = https://attnam.com/; 40 40 license = licenses.gpl2Plus; 41 41 platforms = platforms.linux; 42 - maintainers = with maintainers; []; 42 + maintainers = with maintainers; [freepotion]; 43 43 }; 44 44 }