Merge pull request #248305 from NobbZ/betterlockscreen-meta-main

Changed files
+1
pkgs
misc
screensavers
betterlockscreen
+1
pkgs/misc/screensavers/betterlockscreen/default.nix
···
meta = with lib; {
description = "Fast and sweet looking lockscreen for linux systems with effects!";
homepage = "https://github.com/pavanjadhaw/betterlockscreen";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ eyjhb sebtm ];
···
meta = with lib; {
description = "Fast and sweet looking lockscreen for linux systems with effects!";
homepage = "https://github.com/pavanjadhaw/betterlockscreen";
+
mainProgram = "betterlockscreen";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ eyjhb sebtm ];