maintainers: remove ravloony

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:40:58 +02:00
parent 89fbc3fea9
commit d62c3bb22e
2 changed files with 1 additions and 5 deletions

View File

@ -10477,10 +10477,6 @@
githubId = 25647735; githubId = 25647735;
name = "Victor Freire"; name = "Victor Freire";
}; };
ravloony = {
email = "ravloony@gmail.com";
name = "Tom Macdonald";
};
rawkode = { rawkode = {
email = "david.andrew.mckay@gmail.com"; email = "david.andrew.mckay@gmail.com";
github = "rawkode"; github = "rawkode";

View File

@ -11,7 +11,7 @@ bundlerApp {
description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)"; description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)";
homepage = "https://adam.ac/procodile"; homepage = "https://adam.ac/procodile";
license = with licenses; mit; license = with licenses; mit;
maintainers = with maintainers; [ ravloony manveru nicknovitski ]; maintainers = with maintainers; [ manveru nicknovitski ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }