maintainers: remove ravloony

no github account linked

ajs124 d62c3bb2 89fbc3fe

+1 -5
-4
maintainers/maintainer-list.nix
··· 10477 10477 githubId = 25647735; 10478 10478 name = "Victor Freire"; 10479 10479 }; 10480 - ravloony = { 10481 - email = "ravloony@gmail.com"; 10482 - name = "Tom Macdonald"; 10483 - }; 10484 10480 rawkode = { 10485 10481 email = "david.andrew.mckay@gmail.com"; 10486 10482 github = "rawkode";
+1 -1
pkgs/tools/system/procodile/default.nix
··· 11 11 description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)"; 12 12 homepage = "https://adam.ac/procodile"; 13 13 license = with licenses; mit; 14 - maintainers = with maintainers; [ ravloony manveru nicknovitski ]; 14 + maintainers = with maintainers; [ manveru nicknovitski ]; 15 15 platforms = platforms.unix; 16 16 }; 17 17 }