From f1c4b7be293e094f955de9b0e15b0dd81be486bc Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Thu, 2 Sep 2021 08:50:20 +0200 Subject: [PATCH] Update repository url e2size is now hosted at codeberg.org --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4e4cd1..ef549c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "e2size" description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock" -repository = "https://github.com/madmo/e2size" +repository = "https://codeberg.org/madmo/e2size" version = "1.0.0" authors = ["Moritz Bitsch "] readme = "README.md"