Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

briar-desktop: adds supinie to maintainers

supinie 17018c8a a8e2d76b

+4 -1
+4 -1
pkgs/by-name/br/briar-desktop/package.nix
··· 63 63 mainProgram = "briar-desktop"; 64 64 homepage = "https://code.briarproject.org/briar/briar-desktop"; 65 65 license = licenses.gpl3; 66 - maintainers = with maintainers; [ onny ]; 66 + maintainers = with maintainers; [ 67 + onny 68 + supinie 69 + ]; 67 70 platforms = [ "x86_64-linux" ]; 68 71 }; 69 72 }