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";
|
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 = {
|
systemd.services.mackerel-agent = {
|
||||||
description = "mackerel.io agent";
|
description = "mackerel.io agent";
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A port of the Adapta theme for Plasma";
|
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;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ lib.maintainers.tadfisher ];
|
maintainers = [ lib.maintainers.tadfisher ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A port of the arc theme for Plasma";
|
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;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ lib.maintainers.nixy ];
|
maintainers = [ lib.maintainers.nixy ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue