Merge pull request #97555 from badmutex/badi/maintainers-update

maintainers: updates for badi/badmutex
This commit is contained in:
Maximilian Bosch 2020-09-09 23:03:52 +02:00 committed by GitHub
commit 56708c3bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -886,9 +886,9 @@
githubId = 1017537;
name = "Bruno Bieth";
};
badi = {
email = "abdulwahidc@gmail.com";
github = "badi";
badmutex = {
email = "github@badi.sh";
github = "badmutex";
githubId = 35324;
name = "Badi' Abdul-Wahid";
};

View File

@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
description = "A Browser for our Friends, powerful and personal";
homepage = "https://vivaldi.com";
license = licenses.unfree;
maintainers = with maintainers; [ otwieracz nequissimus ];
maintainers = with maintainers; [ otwieracz nequissimus badmutex ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://tla.msr-inria.inria.fr/tlaps/content/Home.html";
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.badi ];
maintainers = [ ];
};
}

View File

@ -76,6 +76,6 @@ in stdenv.mkDerivation {
# http://lamport.azurewebsites.net/tla/license.html
license = with lib.licenses; [ mit ];
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.badi ];
maintainers = [ ];
};
}