git-mover 1.2.3

Move git repositories to a new location
Documentation
1
2
3
4
5
6
7
//! Codeberg API module.
pub(crate) mod config;
pub(crate) mod platform;
pub(crate) mod repo;

/// Codeberg URL
const CODEBERG_URL: &str = "codeberg.org";