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": {
"lastModified": 1718956312,
"narHash": "sha256-iH+ilQbskYuwoOgN1w3sTgkEcVuuFPIJZ1HCGdgeh70=",
"owner": "pjones",
"lastModified": 1719302143,
"narHash": "sha256-PMtSsKvbgfoI5+rb7UBIBfIwQ4Zvjt1iChWwQL+BkGo=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "6f182700ad78f13f367fdfff2b0a4062e70eeea8",
"rev": "a3b881f62eb3aabb97e4fc68041ef34e8029e186",
"type": "github"
},
"original": {
"owner": "pjones",
"owner": "nix-community",
"repo": "plasma-manager",
"type": "github"
}

View file

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