about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-11 21:57:11 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-11 21:57:11 +0100
commitcd5c33973cab3955252b9ea0422cd3a26acb9909 (patch)
tree6c184e222838eadc95d6a007c52d0a3589ef42b3 /pkgs/development/python-modules
parent84925f6d3f02318fdd7bcead026bbc22ea58dad1 (diff)
downloadnixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar.gz
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar.bz2
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar.lz
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar.xz
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.tar.zst
nixlib-cd5c33973cab3955252b9ea0422cd3a26acb9909.zip
python311Packages.aiomisc-pytest: refactor
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/aiomisc-pytest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomisc-pytest/default.nix b/pkgs/development/python-modules/aiomisc-pytest/default.nix
index 67599fc2f5a1..96c77b1d96ba 100644
--- a/pkgs/development/python-modules/aiomisc-pytest/default.nix
+++ b/pkgs/development/python-modules/aiomisc-pytest/default.nix
@@ -10,7 +10,7 @@
 buildPythonPackage rec {
   pname = "aiomisc-pytest";
   version = "1.1.2";
-  format = "pyproject";
+  pyproject = true;
 
   disabled = pythonOlder "3.7";
 
@@ -41,7 +41,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Pytest integration for aiomisc";
-    homepage = "https://github.com/aiokitchen/aiomisc";
+    homepage = "https://github.com/aiokitchen/aiomisc-pytest";
     license = licenses.asl20;
     maintainers = with maintainers; [ fab ];
   };