sd: add filalex77 to maintainers
This commit is contained in:
parent
65a8e78d99
commit
d3c814b56b
|
@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/chmln/sd";
|
homepage = "https://github.com/chmln/sd";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.amar1729 ];
|
maintainers = with maintainers; [ amar1729 filalex77 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue