mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Merge pull request #153323 from cawilliamson/update-maintainer-details
Update cawilliamson maintainer details (chrisaw -> cawilliamson)
This commit is contained in:
commit
a9badb6715
3 changed files with 9 additions and 8 deletions
|
@ -1888,6 +1888,13 @@
|
||||||
githubId = 495429;
|
githubId = 495429;
|
||||||
name = "Claas Augner";
|
name = "Claas Augner";
|
||||||
};
|
};
|
||||||
|
cawilliamson = {
|
||||||
|
email = "home@chrisaw.com";
|
||||||
|
github = "cawilliamson";
|
||||||
|
githubId = 1141769;
|
||||||
|
matrix = "@cawilliamson:nixos.dev";
|
||||||
|
name = "Christopher A. Williamson";
|
||||||
|
};
|
||||||
cbley = {
|
cbley = {
|
||||||
email = "claudio.bley@gmail.com";
|
email = "claudio.bley@gmail.com";
|
||||||
github = "avdv";
|
github = "avdv";
|
||||||
|
@ -2081,12 +2088,6 @@
|
||||||
githubId = 399718;
|
githubId = 399718;
|
||||||
name = "Chris Martin";
|
name = "Chris Martin";
|
||||||
};
|
};
|
||||||
chrisaw = {
|
|
||||||
email = "home@chrisaw.com";
|
|
||||||
github = "cawilliamson";
|
|
||||||
githubId = 1141769;
|
|
||||||
name = "Christopher A. Williamson";
|
|
||||||
};
|
|
||||||
chrisjefferson = {
|
chrisjefferson = {
|
||||||
email = "chris@bubblescope.net";
|
email = "chris@bubblescope.net";
|
||||||
github = "chrisjefferson";
|
github = "chrisjefferson";
|
||||||
|
|
|
@ -19,7 +19,7 @@ in mkRambox rec {
|
||||||
description = "Messaging and emailing app that combines common web applications into one";
|
description = "Messaging and emailing app that combines common web applications into one";
|
||||||
homepage = "https://rambox.pro";
|
homepage = "https://rambox.pro";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ chrisaw ];
|
maintainers = with maintainers; [ cawilliamson ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed";
|
description = "Command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed";
|
||||||
homepage = "https://www.matroska.org";
|
homepage = "https://www.matroska.org";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
maintainers = with maintainers; [ chrisaw ];
|
maintainers = with maintainers; [ cawilliamson ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue