about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-town
diff options
context:
space:
mode:
authorGabriel Nützi <gnuetzi@gmail.com>2024-03-27 01:06:39 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-05 19:30:21 +0200
commit947043d36deb23ca23ccb74608d8c41ffca9c29f (patch)
treedbb8cc66c80f2d2af77ccf404f727a9ca8f92f4a /pkgs/applications/version-management/git-town
parent5d346c6b3e102a4a69fd719cd102681f193bafd2 (diff)
git-town: 11.1.0 -> 13.0.0
fix: Typo
Diffstat (limited to 'pkgs/applications/version-management/git-town')
-rw-r--r--pkgs/applications/version-management/git-town/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-town/default.nix b/pkgs/applications/version-management/git-town/default.nix
index c043ff74b0d8f..303778caa5a1c 100644
--- a/pkgs/applications/version-management/git-town/default.nix
+++ b/pkgs/applications/version-management/git-town/default.nix
@@ -32,8 +32,6 @@ buildGoModule rec {
     let
       skippedTests = [
         "TestGodog"
-        "TestRunner_CreateChildFeatureBranch"
-        "TestShellRunner_RunStringWith_Dir"
         "TestMockingShell_MockCommand"
         "TestShellRunner_RunStringWith_Input"
       ];
@@ -63,7 +61,7 @@ buildGoModule rec {
     description = "Generic, high-level git support for git-flow workflows";
     homepage = "https://www.git-town.com/";
     license = licenses.mit;
-    maintainers = with maintainers; [ allonsy blaggacao ];
+    maintainers = with maintainers; [ allonsy blaggacao gabyx ];
     mainProgram = "git-town";
   };
 }