Merge pull request #154776 from mweinelt/python-meta

Fix multiple broken meta.homepage references
This commit is contained in:
pennae 2022-01-12 19:25:00 +00:00 committed by GitHub
commit 1fe644a83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
mkDerivation { mkDerivation {
pname = "kbreakout"; pname = "kbreakout";
meta = { meta = {
homepage = "KBreakOut"; homepage = "https://apps.kde.org/kbreakout/";
description = "Breakout-like game"; description = "Breakout-like game";
license = with lib.licenses; [ lgpl21 gpl3 ]; license = with lib.licenses; [ lgpl21 gpl3 ];
}; };

View file

@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python module to get data from Atome Key"; description = "Python module to get data from Atome Key";
homepage = "hhttps://github.com/jugla/pyKeyAtome"; homepage = "https://github.com/jugla/pyKeyAtome";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python SPNEGO authentication library"; description = "Python SPNEGO authentication library";
homepage = "Python SPNEGO authentication library"; homepage = "https://github.com/jborean93/pyspnego";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };