mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vivaldi: add badmutex to maintainers list
This commit is contained in:
parent
a25396b58c
commit
3877da58a7
@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "A Browser for our Friends, powerful and personal";
|
description = "A Browser for our Friends, powerful and personal";
|
||||||
homepage = "https://vivaldi.com";
|
homepage = "https://vivaldi.com";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ otwieracz nequissimus ];
|
maintainers = with maintainers; [ otwieracz nequissimus badmutex ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user