Merge pull request #293595 from SuperSandro2000/git-io-remove

treewide: stop using deprecated git.io shortlink service

authored by Leona Maroni and committed by GitHub 182053a2 08c72fa9

+3 -3
+1 -1
nixos/modules/services/monitoring/mackerel-agent.nix
··· 81 include = mkDefault "/etc/mackerel-agent/conf.d/*.conf"; 82 }; 83 84 - # upstream service file in https://git.io/JUt4Q 85 systemd.services.mackerel-agent = { 86 description = "mackerel.io agent"; 87 wants = [ "network-online.target" ];
··· 81 include = mkDefault "/etc/mackerel-agent/conf.d/*.conf"; 82 }; 83 84 + # upstream service file in https://github.com/mackerelio/mackerel-agent/blob/master/packaging/rpm/src/mackerel-agent.service 85 systemd.services.mackerel-agent = { 86 description = "mackerel.io agent"; 87 wants = [ "network-online.target" ];
+1 -1
pkgs/data/themes/adapta-kde/default.nix
··· 15 16 meta = { 17 description = "A port of the Adapta theme for Plasma"; 18 - homepage = "https://git.io/adapta-kde"; 19 license = lib.licenses.gpl3; 20 maintainers = [ lib.maintainers.tadfisher ]; 21 platforms = lib.platforms.all;
··· 15 16 meta = { 17 description = "A port of the Adapta theme for Plasma"; 18 + homepage = "https://github.com/PapirusDevelopmentTeam/adapta-kde"; 19 license = lib.licenses.gpl3; 20 maintainers = [ lib.maintainers.tadfisher ]; 21 platforms = lib.platforms.all;
+1 -1
pkgs/data/themes/arc-kde/default.nix
··· 15 16 meta = { 17 description = "A port of the arc theme for Plasma"; 18 - homepage = "https://git.io/arc-kde"; 19 license = lib.licenses.gpl3; 20 maintainers = [ lib.maintainers.nixy ]; 21 platforms = lib.platforms.all;
··· 15 16 meta = { 17 description = "A port of the arc theme for Plasma"; 18 + homepage = "https://github.com/PapirusDevelopmentTeam/arc-kde"; 19 license = lib.licenses.gpl3; 20 maintainers = [ lib.maintainers.nixy ]; 21 platforms = lib.platforms.all;