File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232in
3333python3Packages . buildPythonApplication rec {
3434 pname = "offpunk" ;
35- version = "2.1 " ;
35+ version = "2.2 " ;
3636 pyproject = true ;
3737
3838 disabled = python3Packages . pythonOlder "3.7" ;
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
4141 owner = "~lioploum" ;
4242 repo = "offpunk" ;
4343 rev = "v${ version } " ;
44- hash = "sha256-IFqasTI2dZCauLUAq6/rvwkfraVK7SGUXpHCPEgSPGk =" ;
44+ hash = "sha256-ygVL17qqmNB7hzw1VuYIAbirbaq4EVppWCHSvTl+/Jw =" ;
4545 } ;
4646
4747 nativeBuildInputs = [ python3Packages . hatchling installShellFiles ] ;
@@ -53,11 +53,12 @@ python3Packages.buildPythonApplication rec {
5353
5454 passthru . tests . version = testers . testVersion { package = offpunk ; } ;
5555
56- meta = with lib ; {
56+ meta = {
5757 description = "A command-line and offline-first smolnet browser/feed reader" ;
5858 homepage = src . meta . homepage ;
59- maintainers = with maintainers ; [ DamienCassou ] ;
60- platforms = platforms . linux ;
61- license = licenses . agpl3Plus ;
59+ license = lib . licenses . agpl3Plus ;
60+ mainProgram = "offpunk" ;
61+ maintainers = with lib . maintainers ; [ DamienCassou ] ;
62+ platforms = lib . platforms . linux ;
6263 } ;
6364}
You can’t perform that action at this time.
0 commit comments