Skip to content

Commit b52b113

Browse files
committed
rearranged for repo change
1 parent 70dea0d commit b52b113

File tree

7 files changed

+35
-16
lines changed

7 files changed

+35
-16
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ nepdate-cli is a command-line tool for displaying and converting dates between t
55
> [!NOTE]
66
> Rust port is available at rust branch of this repository. if you want to install just binary using cargo use
77
> ``` cargo install nepdate-cli ``` or use as dependency on Cargo.toml file. ``` nepdate-cli = "0.1.3" ```
8-
> check https://github.com/khumnath/nepdate-cli/blob/rust/src/bikram.rs for available functions or https://github.com/khumnath/nepdate-cli/blob/rust/src/main.rs for example uses.
9-
> read readme file for rust https://github.com/khumnath/nepdate-cli/blob/rust/README.md
8+
> check https://github.com/opensource-nepal/nepdate-cli/blob/rust/src/bikram.rs for available functions or https://github.com/opensource-nepal/nepdate-cli/blob/rust/src/main.rs for example uses.
9+
> read readme file for rust https://github.com/opensource-nepal/nepdate-cli/blob/rust/README.md
1010
1111
### Features
1212

@@ -20,7 +20,7 @@ There are two installation methods available: using a Debian package or compilin
2020

2121
#### From Debian Package
2222

23-
1. **Download the latest `.deb` file** from the [releases](https://github.com/khumnath/nepdate-cli/releases) page.
23+
1. **Download the latest `.deb` file** from the [releases](https://github.com/opensource-nepal/nepdate-cli/releases) page.
2424
2. **Install the package** using `dpkg`:
2525

2626
Bash
@@ -39,7 +39,7 @@ Replace `nepdate-cli_1.0.0_amd64.deb` with the filename of the downloaded packag
3939

4040
Bash
4141
```
42-
git clone https://github.com/khumnath/nepdate-cli.git
42+
git clone https://github.com/opensource-nepal/nepdate-cli.git
4343
cd nepdate-cli
4444
```
4545

@@ -104,7 +104,7 @@ output:
104104

105105
## Contributing
106106

107-
Contributions are welcome! If you have any bug reports or feature requests, please open an issue on the GitHub [repository](https://github.com/khumnath/nepdate-cli).
107+
Contributions are welcome! If you have any bug reports or feature requests, please open an issue on the GitHub [repository](https://github.com/opensource-nepal/nepdate-cli).
108108

109109
Here's a quick guide to contributing code:
110110

@@ -120,4 +120,4 @@ nepdate-cli is released under the [GNU General Public License v3.0](https://www.
120120

121121
### Contact
122122

123-
For any inquiries, you can reach out to [khumnath](https://khumnath.com.np) cg.
123+
For any inquiries, you can reach out to [khumnath cg](https://khumnath.com.np) .

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: khumnath <[email protected]>
55
Build-Depends: debhelper-compat (= 13), cmake
66
Standards-Version: 4.6.1
7-
Homepage: https://github.com/khumnath/nepdate-cli
7+
Homepage: https://github.com/opensource-nepal/nepdate-cli
88

99
Package: nepdate-cli
1010
Architecture: any

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: nepdate-cli
33
Upstream-Contact: khumnath cg <[email protected]>
4-
Source: https://github.com/khumnath/nepdate-cli
4+
Source: https://github.com/opensource-nepal/nepdate-cli
55

66
Files: *
77
Copyright: 2024 khumnath cg <[email protected]>

debian/upstream/metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Bug-Database: https://github.com/khumnath/nepdate-cli/issues
3-
Bug-Submit: https://github.com/khumnath/nepdate-cli/issues/new
4-
Repository: https://github.com/khumnath/nepdate-cli/issues.git
5-
Repository-Browse: https://github.com/khumnath/nepdate-cli
2+
Bug-Database: https://github.com/opensource-nepal/nepdate-cli/issues
3+
Bug-Submit: https://github.com/opensource-nepal/nepdate-cli/issues/new
4+
Repository: https://github.com/opensource-nepal/nepdate-cli/issues.git
5+
Repository-Browse: https://github.com/opensource-nepal/nepdate-cli

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=4
22
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/toml11-$1\.tar\.gz/ \
3-
https://github.com/khumnath/nepdate-cli/tags .*/v?(\d\S+)\.tar\.gz
3+
https://github.com/opensource-nepal/nepdate-cli/tags .*/v?(\d\S+)\.tar\.gz
44

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(ndate VERSION 1.0.0)
2+
project(nepdate-cli VERSION 1.0.0)
33

44
set(CMAKE_CXX_STANDARD 11)
55

6-
add_executable(ndate main.cpp)
6+
add_executable(nepdate-cli main.cpp)
77

88
set(CMAKE_INSTALL_PREFIX /usr/local)
99

1010
# Install the executable (adjust the path if necessary)
11-
install(TARGETS ndate)
11+
install(TARGETS nepdate-cli)

src/bikram.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (C) 2024 Khumnath CG
3+
4+
*
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
*/
18+
19+
120
#ifndef BIKRAM_H
221
#define BIKRAM_H
322
#include <iostream>

0 commit comments

Comments
 (0)