Update cawilliamson maintainer details (chrisaw -> cawilliamson)

+9 -8
+7 -6
maintainers/maintainer-list.nix
··· 1888 githubId = 495429; 1889 name = "Claas Augner"; 1890 }; 1891 cbley = { 1892 email = "claudio.bley@gmail.com"; 1893 github = "avdv"; ··· 2080 github = "chris-martin"; 2081 githubId = 399718; 2082 name = "Chris Martin"; 2083 - }; 2084 - chrisaw = { 2085 - email = "home@chrisaw.com"; 2086 - github = "cawilliamson"; 2087 - githubId = 1141769; 2088 - name = "Christopher A. Williamson"; 2089 }; 2090 chrisjefferson = { 2091 email = "chris@bubblescope.net";
··· 1888 githubId = 495429; 1889 name = "Claas Augner"; 1890 }; 1891 + cawilliamson = { 1892 + email = "home@chrisaw.com"; 1893 + github = "cawilliamson"; 1894 + githubId = 1141769; 1895 + matrix = "@cawilliamson:nixos.dev"; 1896 + name = "Christopher A. Williamson"; 1897 + }; 1898 cbley = { 1899 email = "claudio.bley@gmail.com"; 1900 github = "avdv"; ··· 2087 github = "chris-martin"; 2088 githubId = 399718; 2089 name = "Chris Martin"; 2090 }; 2091 chrisjefferson = { 2092 email = "chris@bubblescope.net";
+1 -1
pkgs/applications/networking/instant-messengers/rambox/pro.nix
··· 19 description = "Messaging and emailing app that combines common web applications into one"; 20 homepage = "https://rambox.pro"; 21 license = licenses.unfree; 22 - maintainers = with maintainers; [ chrisaw ]; 23 platforms = [ "x86_64-linux" ]; 24 }; 25 }
··· 19 description = "Messaging and emailing app that combines common web applications into one"; 20 homepage = "https://rambox.pro"; 21 license = licenses.unfree; 22 + maintainers = with maintainers; [ cawilliamson ]; 23 platforms = [ "x86_64-linux" ]; 24 }; 25 }
+1 -1
pkgs/applications/video/mkclean/default.nix
··· 31 description = "Command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed"; 32 homepage = "https://www.matroska.org"; 33 license = licenses.bsdOriginal; 34 - maintainers = with maintainers; [ chrisaw ]; 35 platforms = [ "i686-linux" "x86_64-linux" ]; 36 }; 37 }
··· 31 description = "Command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed"; 32 homepage = "https://www.matroska.org"; 33 license = licenses.bsdOriginal; 34 + maintainers = with maintainers; [ cawilliamson ]; 35 platforms = [ "i686-linux" "x86_64-linux" ]; 36 }; 37 }