Update plasma-manager URL, moved to nix-community (from pjones)

This commit is contained in:
Evie Litherland-Smith 2024-06-25 10:43:46 +01:00
parent 9022cf2614
commit b90bd71fa7
2 changed files with 6 additions and 6 deletions

View file

@ -115,15 +115,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718956312, "lastModified": 1719302143,
"narHash": "sha256-iH+ilQbskYuwoOgN1w3sTgkEcVuuFPIJZ1HCGdgeh70=", "narHash": "sha256-PMtSsKvbgfoI5+rb7UBIBfIwQ4Zvjt1iChWwQL+BkGo=",
"owner": "pjones", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "6f182700ad78f13f367fdfff2b0a4062e70eeea8", "rev": "a3b881f62eb3aabb97e4fc68041ef34e8029e186",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "pjones", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"type": "github" "type": "github"
} }

View file

@ -13,7 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
plasma-manager = { plasma-manager = {
url = "github:pjones/plasma-manager"; url = "github:nix-community/plasma-manager";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager"; home-manager.follows = "home-manager";