summary refs log tree commit diff
path: root/pkgs/development/tools/go-migrate
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/go-migrate')
-rw-r--r--pkgs/development/tools/go-migrate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/go-migrate/default.nix b/pkgs/development/tools/go-migrate/default.nix
index ee942beb92c..96b66ebc0b5 100644
--- a/pkgs/development/tools/go-migrate/default.nix
+++ b/pkgs/development/tools/go-migrate/default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
 
   meta = with stdenv.lib; {
     homepage    = "https://github.com/golang-migrate/migrate";
-    description = "Database migrations. CLI and Golang library.";
+    description = "Database migrations. CLI and Golang library";
     maintainers = with maintainers; [ offline ];
     license     = licenses.mit;
   };