Unverified Commit 7f1ae93e authored by Heitor Augusto's avatar Heitor Augusto
Browse files

cosmic-ext-applet-caffeine: update license to GPL-2.0-only

parent de79463a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage {
  meta = {
    description = "Caffeine Applet for the COSMIC desktop";
    homepage = "https://github.com/tropicbliss/cosmic-ext-applet-caffeine";
    license = lib.licenses.mit;
    license = lib.licenses.gpl2Only;
    mainProgram = "cosmic-ext-applet-caffeine";
    maintainers = [ lib.maintainers.HeitorAugustoLN ];
    platforms = lib.platforms.linux;