treewide: stop using deprecated git.io shortlink service
This commit is contained in:
parent
c61c88ac70
commit
04d33b98e1
3 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ in {
|
|||
include = mkDefault "/etc/mackerel-agent/conf.d/*.conf";
|
||||
};
|
||||
|
||||
# upstream service file in https://git.io/JUt4Q
|
||||
# upstream service file in https://github.com/mackerelio/mackerel-agent/blob/master/packaging/rpm/src/mackerel-agent.service
|
||||
systemd.services.mackerel-agent = {
|
||||
description = "mackerel.io agent";
|
||||
wants = [ "network-online.target" ];
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A port of the Adapta theme for Plasma";
|
||||
homepage = "https://git.io/adapta-kde";
|
||||
homepage = "https://github.com/PapirusDevelopmentTeam/adapta-kde";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.tadfisher ];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A port of the arc theme for Plasma";
|
||||
homepage = "https://git.io/arc-kde";
|
||||
homepage = "https://github.com/PapirusDevelopmentTeam/arc-kde";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.nixy ];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
Loading…
Reference in a new issue