about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atom
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-27 09:45:45 +0100
committerGitHub <noreply@github.com>2024-01-27 09:45:45 +0100
commit5e6c4aa49adf66516ae79211c07b716c3952e37c (patch)
tree3b200ea09a18152b0dab7dcdec7077283ac99b72 /pkgs/development/python-modules/atom
parent3f616e3876c83543c930c5574b7ba3d907d44515 (diff)
python311Packages.atom: refactor
Diffstat (limited to 'pkgs/development/python-modules/atom')
-rw-r--r--pkgs/development/python-modules/atom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/atom/default.nix b/pkgs/development/python-modules/atom/default.nix
index 676c7fdc05126..38106e5f41754 100644
--- a/pkgs/development/python-modules/atom/default.nix
+++ b/pkgs/development/python-modules/atom/default.nix
@@ -11,13 +11,13 @@
 buildPythonPackage rec {
   pname = "atom";
   version = "0.10.4";
-  format = "pyproject";
+  pyproject = true;
 
   disabled = pythonOlder "3.8";
 
   src = fetchFromGitHub {
     owner = "nucleic";
-    repo = pname;
+    repo = "atom";
     rev = "refs/tags/${version}";
     hash = "sha256-HoUKU6z+6PPBUsvI4earZG9UXN0PrugAxu/F7WUfUe8=";
   };