Add maintainers

This commit is contained in:
Mateo Diaz 2023-02-04 08:38:30 -08:00
parent 2bf1fca5ac
commit 68f5e9554f

View File

@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
description = "Efficient animated wallpaper daemon for wayland, controlled at runtime";
homepage = "https://github.com/Horus645/swww";
license = licenses.gpl3;
maintainers = with maintainers; [ mateodd25 ];
platforms = platforms.linux;
};
}