mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vivaldi: add marcusramberg as maintainer
This commit is contained in:
parent
0e9a65448c
commit
3c9f7a1e7e
1 changed files with 4 additions and 1 deletions
|
@ -233,7 +233,10 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
mainProgram = "vivaldi";
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
maintainers = with lib.maintainers; [
|
||||
marcusramberg
|
||||
rewine
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue