mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:17:46 +00:00
eintopf: reformat
This commit is contained in:
parent
9f8d8481a4
commit
1ca183731c
@ -1,8 +1,9 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitea
|
||||
, callPackage
|
||||
, nixosTests
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitea,
|
||||
callPackage,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -44,12 +45,11 @@ buildGoModule rec {
|
||||
inherit (nixosTests) eintopf;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "A calendar for Stuttgart, showing events, groups and places";
|
||||
homepage = "https://codeberg.org/Klasse-Methode/eintopf";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
platforms = platforms.unix;
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user