dysk: add figsoda as a maintainer

This commit is contained in:
figsoda 2023-07-03 21:13:31 -04:00
parent 7085a16a13
commit 4790a8ebdb

View File

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Canop/dysk";
changelog = "https://github.com/Canop/dysk/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ koral ];
maintainers = with maintainers; [ figsoda koral ];
};
}