tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libcanberra: add RossComputerGuy as maintainer
Tristan Ross
2 years ago
61bf467b
8c42ec95
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libcanberra
default.nix
+1
-1
pkgs/development/libraries/libcanberra/default.nix
reviewed
···
70
70
'';
71
71
homepage = "http://0pointer.de/lennart/projects/libcanberra/";
72
72
license = licenses.lgpl2Plus;
73
73
-
maintainers = [ ];
73
73
+
maintainers = with maintainers; [ RossComputerGuy ];
74
74
platforms = platforms.unix;
75
75
};
76
76
}