tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
osdlyrics: add pedrohlc to maintainers
PedroHLC ☭
2 years ago
fb58fd4e
26aecf92
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
osdlyrics
default.nix
+1
-1
pkgs/applications/audio/osdlyrics/default.nix
···
80
description = "Standalone lyrics fetcher/displayer";
81
homepage = "https://github.com/osdlyrics/osdlyrics";
82
license = licenses.gpl3Plus;
83
-
maintainers = with maintainers; [];
84
platforms = platforms.linux;
85
};
86
}
···
80
description = "Standalone lyrics fetcher/displayer";
81
homepage = "https://github.com/osdlyrics/osdlyrics";
82
license = licenses.gpl3Plus;
83
+
maintainers = with maintainers; [ pedrohlc ];
84
platforms = platforms.linux;
85
};
86
}